Gets the number of elements in the indexed collection.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public int ItemCount { get; }
Visual Basic
Public ReadOnly Property ItemCount As Integer
	Get

Field Value

The number of elements in the indexed collection.

See Also